home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / internet / net commander 1.0 / ISP / SCRPTLST / WAVENET.CMD < prev    next >
Encoding:
Text File  |  1996-02-16  |  2.1 KB  |  77 lines

  1. #        Login.cmd for Wave Network (Only Multimedia)
  2. #
  3. DISPLAY \n
  4. DISPLAY \n
  5. DISPLAY *****************************************************************\n
  6. DISPLAY                Your modem is now dialing The Wave Network...\n
  7. DISPLAY \n
  8. DISPLAY If you receive a busy signal Winsock Dialer will redial the phone \n
  9. DISPLAY every 30 seconds until a connection is made or until you press\n
  10. DISPLAY the Escape key (Esc).\n
  11. DISPLAY *****************************************************************\n
  12. DISPLAY \n
  13.  
  14. OUTPUT ATM1\13
  15. sleep 2
  16.  
  17. repeat
  18.    display \n
  19.    display \n
  20. #****************************************************************************\n
  21. #                USER TELEPHONE INFORMATION
  22. #****************************************************************************\n
  23.  
  24.    OUTPUT ATDT 12139641064\13
  25.    display Please Wait...\n
  26. until [input 30 CONNECT]
  27.  
  28. #WAIT 30 DCD
  29. SLEEP 3
  30.  
  31. INPUT 30 login:
  32.  
  33. repeat
  34.  
  35.    
  36. #***************************************************************************\n
  37. #                USER LOG-IN INFORMATION
  38. #***************************************************************************\n
  39.    
  40.    OUTPUT \13
  41.    INPUT 30 Password:
  42.    PASSWORD Enter Your Wave Network Password:
  43.    OUTPUT \p\13
  44.    
  45. until [INPUT 10 PPP]
  46.  
  47.  
  48. INPUT 30 from (
  49. INPUT 30 ) to
  50. ADDRESS 30
  51.  
  52.  
  53. DISPLAY \n
  54. DISPLAY \n
  55. DISPLAY Your IP address for this session is \i.\n
  56.  
  57. DISPLAY \n
  58. DISPLAY \n
  59. DISPLAY \n
  60. DISPLAY ********************************************************************\n
  61. DISPLAY                        
  62. DISPLAY "                            Welcome to..."\n
  63. DISPLAY \n
  64. DISPLAY "                         THE WAVE NETWORK"\n
  65. DISPLAY \n
  66. DISPLAY You may now MINIMIZE Trumpet Winsock and run your PPP applications. \n
  67. DISPLAY DO NOT CLOSE TRUMPET BY SELECTING FILE; EXIT, UNTIL YOU HAVE\n
  68. DISPLAY FINISHED RUNNING YOUR PPP APPLICATIONS. TO MINIMIZE TRUMPET, USE THE\n 
  69. DISPLAY DOWN ARROW AT THE UPPER RIGHT CORNER OF THE SCREEN!\n
  70. DISPLAY If you have any problems please call 213-933-9283\n
  71. DISPLAY ********************************************************************\n
  72. DISPLAY \n
  73. DISPLAY \n
  74. DISPLAY \n
  75.  
  76. ONLINE
  77.